home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 1.iso / desktop / gv21.zip / GV21.TXT < prev    next >
Text File  |  1995-03-28  |  2KB  |  61 lines

  1. Graphics Viewer Version 2.1
  2.  
  3. New features:
  4.  
  5. Options for viewing JPEG files; JPEG decompression has been significantly 
  6. increased at a small cost in quality.  Color quality can now be selected.
  7.  
  8. The VB Picture control is now "Palette Aware"
  9.  
  10. Minor glitches to the RAS format and other problems fixed. 
  11.  
  12.  
  13. Graphics Viewer is VB and C language SOURCE CODE for viewing and printing 
  14. several different kinds of bitmap graphic formats as well as Windows Meta
  15. Files with Visual Basic.  Graphics Viewer will read ART, BMP, CUT, DIB. GEM,
  16. GIF, HRZ, IFF, IMG, JPG, LBM, MAC, MSP, PCX, PIC, RAS, RLE, TGA, TIF, WMF, 
  17. and WPG file formats.
  18.  
  19. ART - PFS First Publisher
  20. BMP - Microsoft Windows and OS2 bitmaps
  21. CUT - Dr. Halo
  22. DIB - Microsoft Windows Device Independent Bitmaps
  23. GEM - GEM Raster files (Digital Research)
  24. GIF - Compuserve Graphics Interchange Format
  25. HRZ - Slow Scan Television
  26. IFF - Interchange File Format (Amiga Electronic Arts Deluxe Paint)
  27. IMG - GEM Raster files (Digital Research)
  28. JPG - Joint Photographics Experts Group
  29. LBM - Interchange File Format (Amiga Electronic Arts Deluxe Paint)
  30. MAC - Macintosh Paint
  31. MSP - Microsoft Paint
  32. PCX - ZSoft PC Paintbrush
  33. PIC - Pictor PC Paint
  34. RAS - Sun Raster files
  35. RLE - Run-length Encoded BMP files
  36. TGA - Targa TrueVision Files
  37. TIF - Tagged Image File Format (PC or Mac)
  38. WMF - Windows Meta-files
  39. WPG - Word Perfect Graphics
  40.  
  41. Microsoft Quick C was used to create the DLLs.  Many of the C routines are
  42. based on routines developed by Steve Rimmer in his books Supercharged
  43. Bitmapped Graphics and Windows Bitmapped Graphics.  If you want to know more
  44. about the file structures of the different graphics formats, I suggest you
  45. buy one of those books.  Another source for graphics file formats is The 
  46. Encyclopedia of Graphics File Formats by James D. Murray & William Vanryper.
  47.  
  48. The ReadJPG function is in a separate DLL and is based on the code
  49. provided by the Independent JPEG group.
  50.  
  51. The C routines check for errors; however, several graphics formats have
  52. variations in their file structures and may not be readable by Graphics
  53. Viewer.  Some files may even cause the DLL to lock-up. 
  54.  
  55. Graphics Viewer is intended for private use.  You can use or modify the
  56. program for your own use; however, if you plan on including either of the
  57. DLLs in commercial applications, please contact me.
  58.  
  59. You can send comments to Joe Oliphant (Compuserve 71742, 1451, or E-Mail
  60. joe_oliphant@csufresno.edu).
  61.